This topic has not yet been rated - Rate this topic

ScriptObject Methods

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The ScriptObject type exposes the following members.

  Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetField Gets a field that has the specified name.
Public method GetFields Gets an array of FieldInfo objects that correspond to all fields of the current script object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetMember When overridden in a derived class, gets an array of MemberInfo objects that correspond to all members that match a specified name.
Public method GetMembers When overridden in a derived class, gets an array of MemberInfo objects that correspond to all members of the current script object.
Public method GetMethod(String, BindingFlags) Gets a method that has the specified name.
Public method GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) Gets a method that has the specified name by using the specified selection criteria.
Public method GetMethods Gets an array of MethodInfo objects that correspond to all methods of the current script object.
Public method GetParent Gets a reference to the parent object.
Public method GetProperties Gets an array of PropertyInfo objects that correspond to all properties of the current script object.
Public method GetProperty(String, BindingFlags) Gets a property that has the specified name.
Public method GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[]) Gets a property that has the specified name by using the specified selection criteria.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InvokeMember Invokes the specified member.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method Static member WrapMembers(MemberInfo, Object) Creates a wrapped object that contains the specified member together with the specified object.
Protected method Static member WrapMembers(MemberInfo[], Object) Creates an array of wrapped objects that contain the specified members together with the specified object.
Protected method Static member WrapMembers(MemberInfo[], Object, SimpleHashtable) Creates an array of wrapped objects that contain the specified members together with the specified object, caching the results in the specified data storage.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.