Home

[Missing <summary> documentation for T:nTools.nString]

Namespace:  nTools
Assembly:  nString (in nString.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class nString
Public Class nString
public ref class nString

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
nString()()()
Initializes a new instance of the nString class
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.)

Inheritance Hierarchy

System..::.Object
  nTools..::.nString

See Also