Home

The nString type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
extractHeader(String)
returns the header from a compiled string
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
getAssemblyName(Object)
retrieves the AssemblyQualifiedName header for the supplied class instance
getCleanHeader(Object)
gets a clean header from a class instance that includes no delimitters
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
getHeader(Object)
retrieves the header for the supplied class instance
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
stripHeader(String)
returns the compiled string w/o the header
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also