C# 클래스 System.Runtime.Serialization.Formatters.InternalST

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
LoadAssemblyFromString ( String assemblyString ) : Assembly
SerializationSetValue ( FieldInfo fi, Object target, Object value ) : void
SoapCheckEnabled ( ) : bool

비공개 메소드들

메소드 설명
InfoSoap ( ) : void
InternalST ( ) : System
Soap ( ) : void
SoapAssert ( bool condition, String message ) : void

메소드 상세

LoadAssemblyFromString() 공개 정적인 메소드

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

SerializationSetValue() 공개 정적인 메소드

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

SoapCheckEnabled() 공개 정적인 메소드

public static SoapCheckEnabled ( ) : bool
리턴 bool