Click or drag to resize

ResolverGetAccessRights Method

Get the IsPrivate access right of the object, and if not private then also get the IsProtected and IsInternal rights.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void GetAccessRights(
	Object obj,
	out bool isPrivate,
	out bool isProtected,
	out bool isInternal
)

Parameters

obj
Type: SystemObject
isPrivate
Type: SystemBoolean
isProtected
Type: SystemBoolean
isInternal
Type: SystemBoolean
See Also