SandboxRulesIsDynamicAllowed Method |
Determines if late-binding is allowed.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic bool IsDynamicAllowed(
Type type,
string name
)
Public Function IsDynamicAllowed (
type As Type,
name As String
) As Boolean
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