Have a question?
Email Us
or Call
1 (800) 936-2134
Home
Products
Services
Download
Purchase
Support
Community
Back to Index
UsageRuleUtilities Members
CodeIt.Right SDK Class Library
UsageRuleUtilities Members
UsageRuleUtilities overview
Public Static Methods
CanOverrideDisposeBool
Returns True if the type can override Dispose(Boolean) method from the base class.
FindDestructor
Searches for destructor in specified type
FindDisposeBoolField
Searches for "disposed" field in specified type
FindDisposeBoolMethod
Searches for Dispose(Boolean) method in specified type
FindDisposeMethod
Overloaded. Returns Dispose() method for specified type
FindFinalizeMethod
Searches for Finalise method in specified type
FindGetObjectDataMethod
Searches for GetObjectData method of the specified type.
GetBaseClassDestructor
Returns a base class destructor
GetBaseClassFinalizeMethod
Returns a base class finalize method
GetBaseClassParameterlessConstructor
Returns a base class parameterless constructor
GetDeserializationConstructor
Returns a deserialization constructor for specified type.
GetFinalizer
Returns a finalizer(desctuctor) method for the specified class.
GetMemberStatements
Returns a collection of statements for specified member
GetParameterlessConstructor
Returns a parameterless constructor
GetSerializableFields
Returns serializable fields for specified type.
HasBaseClassDisposeBoolField
Returns True if base type contains "disposed" field
HasBaseClassDisposeBoolMethod
Returns True if base type contains Dispose(Boolean) method
HasDefaultConstructor
Returns True if type has a default parameterless constructor; False if otherwise.
IsDeserializationConstructor
Returns a true if member is a deserialization constructor.
IsDisposeBoolField
Returns True if specified field is a "disposed" field
IsDisposeBoolMethod
Returns True if specified method is Dispose(Boolean) method
IsDisposeMethod
Returns True if specified method is Dispose() method
IsFinalizeMethod
Returns True if specified method is a finalizer(desctuctor)
IsReturnTypeEqualsSpecifiedType
Returns True if return type equals to the specified type by the fully qualified name
MethodContainsBaseTypeMethodInvocation
Returns True if specified method contains a call of the base method
MethodContainsFieldMethodInvocation
Returns True if specified method contains a call of field type method
MethodContainsMethodInvocation
Returns True if the method contains invocation of the specified method
Public Instance Methods
Equals
(inherited from
Object
)
Determines whether the specified
Object
is equal to the current
Object
.
GetHashCode
(inherited from
Object
)
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType
(inherited from
Object
)
Gets the
Type
of the current instance.
ToString
(inherited from
Object
)
Returns a
String
that represents the current
Object
.
See Also
UsageRuleUtilities Class
|
SubMain.CodeItRight.Sdk.Utils Namespace
Home
|
Products
|
Services
|
Download
|
Purchase
|
Support
|
Community
|
About Us
|
© 1998-2012 vbCity.com, LLC. All rights reserved.
Designated trademarks and brands are the property of their respective owners.