C# Class System.Runtime.Remoting.MetadataServices.WsdlGenerator.RealSchemaType

Inheritance: ComplexSchemaType
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
FindMethodAttributes void
GetInstanceFields System.Reflection.FieldInfo[]
GetInstanceFields System.Reflection.FieldInfo[]
GetIntroducedInterfaces System.Type[]
GetIntroducedInterfaces System.Type[]
GetIntroducedMethods System.Reflection.MethodInfo[]
GetIntroducedMethods System.Reflection.MethodInfo[]
IsNotSystemDefinedRoot bool
ParamInOut void
PrintMessageWsdl void
PrintMethodName String
PrintSchemaType void
PrintSuds void
ProcessArray String
RealSchemaType System
Resolve void
TypeName String

Private Methods

Method Description
FindMethodAttributes ( Type type, MethodInfo infos, String &methodAttributes, BindingFlags bFlags ) : void
GetInstanceFields ( ) : System.Reflection.FieldInfo[]
GetInstanceFields ( Type type ) : System.Reflection.FieldInfo[]
GetIntroducedInterfaces ( ) : System.Type[]
GetIntroducedInterfaces ( Type type ) : System.Type[]
GetIntroducedMethods ( ) : System.Reflection.MethodInfo[]
GetIntroducedMethods ( Type type, String &methodAttributes ) : System.Reflection.MethodInfo[]
IsNotSystemDefinedRoot ( Type type, Type baseType ) : bool
ParamInOut ( ParameterInfo param, bool &bMarshalIn, bool &bMarshalOut ) : void
PrintMessageWsdl ( TextWriter textWriter, StringBuilder sb, String indent, ArrayList refNames ) : void
PrintMethodName ( MethodInfo methodInfo ) : String
PrintSchemaType ( TextWriter textWriter, StringBuilder sb, String indent, bool bAnonymous ) : void
PrintSuds ( Type type, String implIFaces, Type nestedTypes, TextWriter textWriter, StringBuilder sb, String indent ) : void
ProcessArray ( Type type, XMLNamespace xns ) : String
RealSchemaType ( Type type, XMLNamespace xns, String serviceEndpoint, Hashtable typeToServiceEndpoint, bool bUnique, WsdlGenerator WsdlGenerator ) : System
Resolve ( StringBuilder sb ) : void
TypeName ( Type type, bool bEmbedded, XMLNamespace thisxns ) : String