| Assembly {System.Reflection} | .NET clr documentation | 
            
# namespace System.Reflection
export class Assembly {
   CodeBase: string;
   CustomAttributes: iterates(CustomAttributeData);
   DefinedTypes: iterates(TypeInfo);
   EntryPoint: MethodInfo;
   EscapedCodeBase: string;
   ExportedTypes: iterates(Type);
   FullName: string;
   GlobalAssemblyCache: boolean;
   HostContext: integer;
   ImageRuntimeVersion: string;
   IsCollectible: boolean;
   IsDynamic: boolean;
   IsFullyTrusted: boolean;
   Location: string;
   ManifestModule: Module;
   Modules: iterates(Module);
   ReflectionOnly: boolean;
   SecurityRuleSet: SecurityRuleSet;
}
        
        CustomAttributes: iterates(CustomAttributeData)DefinedTypes: iterates(TypeInfo)EntryPoint: MethodInfoExportedTypes: iterates(Type)ManifestModule: ModuleModules: iterates(Module)SecurityRuleSet: SecurityRuleSet