Click or drag to resize

SandboxRulesIsDynamicAllowed Method

Determines if late-binding is allowed.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public bool IsDynamicAllowed(
	Type type,
	string name
)

Parameters

type  Type
Determine if this type allows late-binding.
name  String
Determine if late-binding to all members (of type) by this name is allowed.

Return Value

Boolean
true: late-binding is allowed.
Remarks
Late-binding is allowed if:
Example
See Also