Assembly Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Assembly type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateInstance Locates the specified type from this assembly and creates an instance of it using the system activator, using case-sensitive search.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

In Silverlight for Windows Phone, this member is overridden by Equals(Object).

In XNA Framework, this member is overridden by Equals(Object).
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCallingAssembly Returns the Assembly of the method that invoked the currently executing method.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Boolean) Gets all the custom attributes for this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Type, Boolean) Gets the custom attributes for this assembly as specified by type.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetExecutingAssembly Gets the assembly that contains the code that is currently executing.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetExportedTypes Gets the types defined in this assembly that are visible outside the assembly.
Public method GetFile Security Critical. Gets a FileStream for the specified file in the file table of the manifest of this assembly.
Public method GetFiles Security Critical. Gets the files in the file table of an assembly manifest, specifying whether to include resource modules.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)

In Silverlight for Windows Phone, this member is overridden by GetHashCode().

In XNA Framework, this member is overridden by GetHashCode().
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetManifestResourceNames Returns the names of all the resources in this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetManifestResourceStream(String) Loads the specified manifest resource from this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetManifestResourceStream(Type, String) Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetModules Gets all the modules that are part of this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetName() Security Critical. Gets an AssemblyName for this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetName(Boolean) Security Critical. Gets an AssemblyName for this assembly, setting the codebase as specified by copiedName.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetSatelliteAssembly(CultureInfo) Gets the satellite assembly for the specified culture.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetSatelliteAssembly(CultureInfo, Version) Gets the specified version of the satellite assembly for the specified culture.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType() Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType(String) Gets the Type object with the specified name in the assembly instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType(String, Boolean) Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetTypes Gets the types defined in this assembly.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsDefined Indicates whether or not a specified attribute has been applied to the assembly.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Load(AssemblyName) Security Critical. Loads an assembly given its AssemblyName.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Load(String) Loads an assembly given the long form of its name.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 LoadFrom Security Critical. Loads an assembly given its file name or path.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns the full name of the assembly, also known as the display name. (Overrides Object.ToString().)

Top