What is the translation of " PUBLIC METHODS " in Korean?

['pʌblik 'meθədz]
['pʌblik 'meθədz]
public 메서
public methods
public methods
public method
public methods

Examples of using Public methods in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
You provide access through public methods.
활용은 public methods를 통해 실행된다.
Returns all the public methods of the current Type.
현재 Type의 모든 public 속성을 반환합니다.
And provide access through the public methods.
활용은 public methods를 통해 실행된다.
The public methods of the controller are called action methods or simply actions.
이런 컨트롤러의 public 메서드들을 액션 메서드 또는 간단하게 액션이라고 부릅니다.
This allows clients to call public methods in the service.
이렇게 하면 클라이언트가 서비스 내의 공개 메서드를 호출할 수 있습니다.
Two of the public methods are particularly useful if you want to optimize your application for different manufacturer's sensors or different versions of a sensor.
공개 메서드 중 두 개는 애플리케이션을 서로 다른 제조업체의 센서 또는 서로 다른 버전의 센서에 최적화하려는 경우에 특히 유용합니다.
The JDK 1.1 reflection API only allows us to find public methods.
The JDK 1.1 리플렉션 API는 public 메서드만 찾을 수 있다.
Listing 17-2: Implementations of the public methods add, remove, and average on AveragedCollection.
Listing 17-2: AveragedCollection의 공개 메소드 add, remove, 그리고 average.
If your serviceis used only by the local application and does not need to work across processes, then you can implement your own Binder class that provides your client direct access to public methods in the service.
서비스를 사용하는 것이 로컬 애플리케이션뿐이고 여러 프로세스에 걸쳐작동할 필요가 없는 경우, 나름의 Binder 클래스를 구현하여 클라이언트로 하여금 서비스 내의 공개 메서드에 직접 액세스할 수 있도록 할 수도 있습니다.
An array of MethodInfo objects representing all the public methods defined for the current Type.
또는-or- 현재 MethodInfo에 대해 정의된 public 메서드가 없는 경우 Type 형식의 빈 배열입니다.
In this example, two classes are declared, the Child class,which contains two private fields(name and age) and two public methods.
첫 번째 클래스인 Child는 private 필드 2개(name 및 age), public 생성자 2개, public 메서드 1개를 포함합니다. The first class, Child, contains two private fields (name and age),two public constructors and one public method.
Add this public method in the"Public Methods" region.
Public Methods region 에 아래의 public 메소드를 추가 합니다.
An array of MethodInfo objects representing all the public methods defined for the current Type.-or- An empty array of type MethodInfo, if no public methods are defined for the current Type.
또는-or- 현재 MethodInfo에 대해 정의된 public 메서드가 없는 경우 Type 형식의 빈 배열입니다. An empty array of type MethodInfo, if no public methods are defined for the current Type.
Returns the current Service instance, which has public methods the client can call.
클라이언트가 호출할 수 있는 공개 메서드가 있는 현재Service 인스턴스를 반환.
To mutate the state of a smart contract you need to call one of its public methods, to do so a signed transaction must be sent to and validated by the DAppChain.
스마트 컨트랙트의 스테이트를 변경시키기 위해서는 여러분은 public 메소드 호출이 필요합니다, 그렇게 하기 위해서는 서명된 트랜잭션이 반드시 DAppChain에 보내져서 검증이 되어야 합니다.
Notice, in the preceding example,that the private fields(name and age) can only be accessed through the public methods of the Child class.
이전 예제에서 private 필드(name 및 age)는 Child 클래스의 public 메서드를 통해서만 액세스할 수 있습니다. Notice that in the previous example the private fields (name and age)can only be accessed through the public method of the Child class.
Returns an instance of another class hosted by the service with public methods the client can call.
클라이언트가 호출할 수 있는 공개 메서드가 포함된 서비스가 호스팅하는 다른 클래스의 인스턴스를 반환.
Private Array-Typed Field Returned from a Public Method.
공용 메소드로부터 리턴된 private 배열-유형 필드(Private Array-Typed Field Returned From A Public Method).
SayBye();//Public method doesn't exist.
Reference(); // public 생성자가 아니다.
Although there is no public method to set this String, a programmer can use the String for debugging purposes.
이 String 를 설정하는 public 메서드는 없습니다만, 프로그래머는 이 String 를 디버그용으로 사용할 수 있습니다.
A separate public method in the thread can be used to initiate writes to the OutputStream.
스레드의 개별 공용 메서드는 OutputStream 에 쓰기를 시작하는 데 사용될 수 있습니다.
What it does is explicitly making the local player leave the Photon Network room. We wrapped it around our own public method for abstraction.
이 메소드는 명시적으로 플레이어를 Photon Network 룸에서 나가도록 하며 추상화를 위해서 public 메소드로 wrap 하였습니다.
Note: we reach the LeaveRoom() public method of the GameManager instance without actually having to get the Component or anything, we just rely on the fact that we assume a GameManager component is on a GameObject in the current scene.
노트: 컴포넌트등 아무것도 없이 GameManager 인스턴스의 LeaveRoom() public 메소드에 간다는 것을 주목 하세요. GameManager 컴포넌트가 현재 씬의 게임오브젝트에 있다는 사실에 의존하고 있습니다.
You may also want to provide a public method in your thread that can close the private BluetoothSocket in the event that you need to stop listening on that server socket. Connect as a client.
서버 소켓에서 수신을 중지할 필요가 있는 경우 전용 BluetoothSocket 을 닫을 수 있는 공용 메서드를 스레드에서 제공할 수도 있습니다. 클라이언트로 연결.
A controller action must be a public method of a controller class.
컨트롤러 액션은 컨트롤러 클래스의 public 메서드여야 합니다.
You should also avoid declaring public final methods on the non-final classes.
당신은 또한 non-final 클래스들 상에 public final 메소드들을 선언하는 것을 피해야 한다.
Stub methods can be substituted for public virtual methods of the target class.
스텁 메서드는 대상 클래스의 공용 가상 메서드 대신 사용될 수 있습니다. Stub methods can be substituted for public virtual methods of the target class.
To read the state of a smart contract you need to call one of its public read-only methods, you can do so by using the Contract. StaticCall() method..
스마트 컨트랙트의 상태를 읽어오기 위해서 여러분은 public read-only 메소드중 하나를 호출해주어야 합니다, Contract. StaticCall() 메소드를 사용해서 이런 것을 할 수 있습니다.
Within the various View classes that you will use to compose your layout, you may notice several public callback methods that look useful for UI events.
레이아웃을 작성하는 데 사용하게 되는 여러 가지 View 클래스 내에서 UI 이벤트에 유용해 보이는 여러 공개 콜백 메서드를 찾을 수 있습니다.
To read the state of a smart contract you need to call one of its public read-only methods, calling a read-only method doesn't modify the smart contract state.
스마트 컨트랙트의 스테이트를 읽어오기 위해서 여러분은 public read-only 메소드중 하나를 호출해주어야 합니다, read-only 메소드 호출은 스마트 컨트랙트의 스테이트를 변경하지 않습니다. 여러분은 Contract.
Results: 221, Time: 0.0456

How to use "public methods" in a sentence

Filter's public methods are listed in table 8.9.
Filter's public methods are listed in table 8.11.
I was assuming your public methods are testable.
It has two public methods 'show' and 'loop'.
There are only 2 public methods in DateSelectorDialog.
Actions are public methods defined on the controller.
Public interfaces are extracted,and public methods are obtained.
There are two public methods of the swfJSPreLoader.
and have public methods to deal with it.
For more details on public methods see Reference.

Word-for-word translation

Top dictionary queries

English - Korean