X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pkg%2FTizen.NET.API11%2Fbuild%2Ftizen11.0%2Fref%2FSystem.Runtime.Loader.xml;h=a05d5afd9ab47841b1577910f488c78fb4dbf6fe;hb=9584dd2849d1846527f6d076ae3992d7b14e5e8d;hp=a0b350023e1eed7de252c523ee09602c8dc52e67;hpb=46d64418e623f18e2ae0189b44a281cd32024632;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Runtime.Loader.xml b/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Runtime.Loader.xml index a0b3500..a05d5af 100755 --- a/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Runtime.Loader.xml +++ b/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Runtime.Loader.xml @@ -10,39 +10,6 @@ - - Indicates that a type that should receive notifications of metadata updates. - - - Initializes the attribute. - A type that handles metadata updates and that should be notified when any occur. - - - Gets the type that handles metadata updates and that should be notified when any occur. - - - - Updates the specified assembly using the provided metadata, IL, and PDB deltas. - The assembly to update. - The metadata changes to be applied. - The IL changes to be applied. - The PDB changes to be applied. - The assembly argument is not a runtime assembly. - The assembly argument is . - The assembly is not editable. - The update could not be applied. - - - Gets a value that indicates whether the assembly update is enabled and available. - - if the assembly update is enabled and available; otherwise, . - - - Indicates a type should be replaced rather than updated when applying metadata updates. - - - Creates a new instance. - Allows a program to resolve assemblies and native libraries to paths based on the dependencies of a given assembly. @@ -61,16 +28,7 @@ The path to a native library with the given name from the component's deps.json file and the current runtime identifier, or if the assembly does not exist in the deps.json file or is not on disk in the location specified by the deps.json file. - Represents the runtime's concept of a scope for assembly loading. - - - Occurs when the resolution of an assembly fails when attempting to load into this assembly load context. - - - Occurs when the resolution of a native library fails. - - - Occurs when the is unloaded. + Represents the runtime's concept of a scope for binding. This class is abstract. Initializes a new instance of the class. @@ -86,6 +44,28 @@ to enable ; otherwise, . The default value is because there is a performance cost associated with enabling unloading. + + Returns a collection of all instances. + A collection of all instances. + + + Returns a collection of the instances loaded in the . + A collection of the instances loaded in the . + + + Provides a return type used exclusively for . It is intended to be used as an in a block. + + + Sets to the value preceding the call to which returned this instance. + + + Gets the set by the most recent call to . + The set by the most recent call to . This value can be . The value is stored in an , so the value is unique per asynchronous context. + + + Gets the default . The default context contains the main application assembly and its static dependencies. + The default assembly load context. + Sets to . An object to restore the previous value of . It is intended to be used as an in a block. @@ -101,27 +81,33 @@ Gets an for an assembly path. The path to the assembly. + An object that contains the fully parsed assembly name for the assembly at . is . The assembly cannot be found. The assembly is not a valid assembly. - An object that contains the fully parsed assembly name for the assembly at . Gets the containing the specified . An assembly. + The assembly load context containing the . If the is not provided by the runtime, this method returns null. is . - The assembly load context containing the . If the is not provided by the runtime, this method returns null. + + + Gets a value that indicates whether this is collectible. + + if this is collectible; otherwise, . If a value is not specified in the constructor, the value is . - When overridden in a derived class, allows an assembly to be resolved based on its . - The object that describes the assembly to be resolved. - The resolved assembly, or . + When overridden in a derived class, allows an assembly to be resolved and loaded based on its . + The object that describes the assembly to be loaded. + The loaded assembly, or . Resolves and loads an assembly given its . The object that describes the assembly to load. + The loaded assembly, or throws. is . @@ -129,23 +115,23 @@ is not a valid assembly. An assembly or module was loaded which did not match the . - The loaded assembly, or throws. Loads the contents of an assembly file on the specified path. The fully qualified path of the file to load. + The loaded assembly. The argument is not an absolute path. The parameter is . A file that was found could not be loaded. The parameter is an empty string ("") or does not exist. is not a valid assembly. - The loaded assembly. Loads the contents of the native image of a managed assembly file on the specified path. The fully qualified path of the file to load. The fully qualified path of the IL version of the file to load, or . + The loaded assembly. The argument is not an absolute path. The argument is not an absolute path. The parameter is . @@ -153,26 +139,25 @@ The parameter is an empty string ("") or does not exist. is not a valid assembly. - The loaded assembly. Loads the assembly with a common object file format (COFF)-based image containing a managed assembly. A byte array that is a COFF-based image containing a managed assembly. + The loaded assembly. is . is not a valid assembly. - The loaded assembly. Loads the assembly with a common object file format (COFF)-based image containing a managed assembly, optionally including symbols for the assembly. A byte array that is a COFF-based image containing a managed assembly. A byte array that contains the raw bytes representing the symbols for the assembly. + The loaded assembly. is . is not a valid assembly. - The loaded assembly. Allows derived class to load an unmanaged library by name. @@ -182,12 +167,22 @@ Loads an unmanaged library from the specified path. The path to the unmanaged library. + The OS handle for the loaded native library. is . The argument is empty or not an absolute path. The library can't be found. The library is not valid. - The OS handle for the loaded native library. + + + Get the name of the . + The name of the . Its value can be . + + + Occurs when the resolution of an assembly fails when attempting to load into this assembly load context. + + + Occurs when the resolution of a native library fails. Sets the root path where the optimization profiles for this load context are stored. @@ -205,36 +200,8 @@ Initiates an unload of this . Unloading is not allowed. - - Returns a collection of all instances. - A collection of all instances. - - - Returns a collection of the instances loaded in the . - A collection of the instances loaded in the . - - - Gets the set by the most recent call to . - The set by the most recent call to . This value can be . The value is stored in an , so the value is unique per asynchronous context. - - - Gets the default . The default context contains the main application assembly and its static dependencies. - The default assembly load context. - - - Gets a value that indicates whether this is collectible. - - if this is collectible; otherwise, . If a value is not specified in the constructor, the value is . - - - Get the name of the . - The name of the . Its value can be . - - - Provides a return type used exclusively for . It is intended to be used as an in a block. - - - Sets to the value preceding the call to which returned this instance. + + Occurs when the is unloaded. \ No newline at end of file