Click or drag to resize

SandboxRulesIsMemberAllowed Method

Determines if member access is allowed.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public bool IsMemberAllowed(
	Type type,
	MemberInfo member_info
)

Parameters

type  Type
Determine if access to this type's member is allowed.
member_info  MemberInfo
Determine if this member can be accessed.

Return Value

Boolean
true: member access is allowed.
Remarks
The following public members are allowed: Only members with allowed result and parameter types are allowed (see IsTypeAllowed(Type)).
Example
See Also