C# Class System.Runtime.Serialization.Formatters.InternalST

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
LoadAssemblyFromString ( String assemblyString ) : Assembly
SerializationSetValue ( FieldInfo fi, Object target, Object value ) : void
SoapCheckEnabled ( ) : bool

Private Methods

Method Description
InfoSoap ( ) : void
InternalST ( ) : System
Soap ( ) : void
SoapAssert ( bool condition, String message ) : void

Method Details

LoadAssemblyFromString() public static method

public static LoadAssemblyFromString ( String assemblyString ) : Assembly
assemblyString String
return System.Reflection.Assembly

SerializationSetValue() public static method

public static SerializationSetValue ( FieldInfo fi, Object target, Object value ) : void
fi System.Reflection.FieldInfo
target Object
value Object
return void

SoapCheckEnabled() public static method

public static SoapCheckEnabled ( ) : bool
return bool